home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 June: Reference Library / Dev.CD Jun 96 RL / Dev.CD Jun 96 RL.toast / What's New? / Development Kits / Apple Game Sprockets DR1 / Release Notes / InputSprocket Release Notes < prev    next >
Encoding:
Text File  |  1996-04-24  |  2.2 KB  |  66 lines  |  [TEXT/CWIE]

  1. Release Notes
  2. InputSprocket 1.0 DR1
  3. 3/28/96
  4.  
  5.  
  6. 1. User Issues
  7. 2. Application Issues
  8. 3. Driver Issues
  9.  
  10. 1. User Issues
  11.  
  12. The InputSprocket currently does not support more than one application
  13. using it at a time and may crash if you launch more than one.  You have
  14. been warned.  As far as the applications that shipped with the DR1 release
  15. this would mean you can't launch Drone Zone and InputSprocketTest at the 
  16. same time
  17.  
  18. The InputSprocket test after it displays various lists will sit in a loop
  19. displaying InputSprocket events.  You must press command period to end this
  20. loop.  After you do so you may quit as you would from any other SIOUX
  21. app.
  22.  
  23. The firebird driver will turn of keyboard actions that the driver would
  24. normally generate and then it does not restore that state.  The thrustmaster
  25. driver doesn't ever turn them off so you will have to do that yourself to
  26. get good behavior.
  27.  
  28. 2. Application Issues
  29.  
  30. The user interface componenet is not present in this release.
  31.  
  32. Error checking is only minimumally performed and sometimes parameters
  33. which specify buffer length may be ignored.
  34.  
  35. Access to polled data may not be atomic in this release.  However
  36. access to event based data should be correctly atomic.
  37.  
  38. There is going to be a name revision of most or all of the functions.
  39.  
  40. There currently unimplemented user interface component may undergo 
  41. some revisions.
  42.  
  43. There will be some minor changes including adding a list count and
  44. list of ElementReferences to the constructor for an element list.
  45. The string identifier may be moved to a different function to prepare
  46. for Copland.
  47.  
  48. There will be some additions relating to keyboard and mouse emulation
  49. as well as a method to turn the keyboard and mouse drivers on and off.
  50.  
  51. 3. Driver Issues
  52.  
  53. The user interface component is not present in this release.
  54.  
  55. For this release data of size other than 4 is not supported.
  56.  
  57. There is going to be a name revision of most or all of the functions.
  58.  
  59. There currently unimplemented user interface component may undergo 
  60. some revisions.
  61.  
  62. There will be some minor changes including ways to communicate 
  63. if the driver should be supplying keyboard and mouse emulation.
  64. As well as having a way to tell the API to do keyboard and mouse
  65. emulation for the driver.
  66.